All Questions
2 questions
22votes
1answer
3kviews
Why does the documentation on some languages say "equivalent to" rather than "is"?
Why does the documentation on some languages say "equivalent to" rather than "is"? For example, the Python Docs say itertools.chain(*iterables) ... Equivalent to: def chain(*...
3votes
1answer
128views
Ported Functions Licensing
I have found several functions in python 2.7.2 to be very useful and I recreated them in C++ for my own uses. How do I properly give python credit for them? Do I even have to? I never actually looked ...